You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > DownSample Method > Vector.DownSample Method ([In] TMtxVec, int, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.DownSample Method ([In] TMtxVec, int, int, int, int, int)

Downsamples object values.

Syntax
C#
Visual Basic
public TMtxVec DownSample([In] TMtxVec Src, int Factor, int SrcIndex, int Index, int Len, int Phase);

Copy only every Factor sample from Src starting at SrcIndex up to Len to the calling object starting at Index. The phase parameter determines the initial sample offset. Phase must be less then Factor. Size and Complex properties of the calling object are set implicitly. An exception is raised if array borders are overrun/underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!